projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6469b6d
)
(mouse-select-window): Don't call unfocus-frame.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 3 Sep 1996 21:37:35 +0000
(21:37 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 3 Sep 1996 21:37:35 +0000
(21:37 +0000)
lisp/mouse.el
patch
|
blob
|
history
diff --git
a/lisp/mouse.el
b/lisp/mouse.el
index cbddd2cacdddd5e1b035662c238122bcbc1ab9d4..c7f333c8332ac6a85c5915628810b0f6ec253dd4 100644
(file)
--- a/
lisp/mouse.el
+++ b/
lisp/mouse.el
@@
-130,8
+130,7
@@
This must be bound to a mouse click."
(raise-frame frame)
(select-frame frame)
(or (eq frame oframe)
- (set-mouse-position (selected-frame) (1- (frame-width)) 0))
- (unfocus-frame)))
+ (set-mouse-position (selected-frame) (1- (frame-width)) 0))))
(defun mouse-tear-off-window (click)
"Delete the window clicked on, and create a new frame displaying its buffer."